home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / IATHREAD.PAK / RESOURCE.H < prev    next >
Text File  |  1997-05-06  |  1KB  |  28 lines

  1. #define IDS_APPNAME                     1
  2. #define IDS_DESCRIPTION                 2
  3. #define IDS_CHILDNAME                   3
  4. #define IDD_VERFIRST                    100
  5. #define IDI_MAINICON                    100
  6. #define IDI_APPICON                     100
  7. #define IDI_CHILDICON                   101
  8. #define IDD_VERLAST                     104
  9. #define IDM_INITMENU                    1000
  10. #define IDM_DOCMENU                     1001
  11. #define IDM_FILE_NEW                    1002
  12. #define IDM_FILE_CLOSE                  1003
  13. #define IDM_FILE_EXIT                   1004
  14. #define IDM_THREAD_PRIORITY             1100
  15. #define IDM_THREAD_SUSPEND              1101
  16. #define IDM_THREAD_RESUME               1102
  17. #define IDM_WINDOW_TILE                 1200
  18. #define IDM_WINDOW_CASCADE              1201
  19. #define IDM_WINDOW_CLOSEALL             1202
  20. #define IDM_WINDOW_ICONS                1203
  21. #define IDM_HELP_ABOUT                  1300
  22. #define IDW_MDICLIENT                   2000
  23. #define IDW_FIRST_CHILD                 2001
  24. #define IDD_PRIORITY                    2100
  25. #define IDC_PRIORITY_CLASS_LIST         2101
  26. #define IDC_THREAD_PRIORITY_LIST        2102
  27.  
  28.